home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global loadNext, subPageWait, playMode
- startTimer()
- puppetSound(0)
- if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
- if loadNext = 0 then
- nothing()
- else
- if loadNext = 1 then
- unLoadCast()
- preLoad(label("craft1"), label("craft1") + 28)
- end if
- end if
- if the timer < subPageWait then
- wait(subPageWait - the timer)
- end if
- go(#next)
- else
- unLoadCast()
- preLoad(label("craft2") + 26, label("craft2") + 26)
- wait(30)
- go(marker("craft2") + 26)
- end if
- end
-